Skip to content

fix: parse yarn files with multiple dependencies on the same line#337

Merged
sdn4z merged 1 commit into
elementsinteractive:mainfrom
sdn4z:fix-yarn
Sep 18, 2025
Merged

fix: parse yarn files with multiple dependencies on the same line#337
sdn4z merged 1 commit into
elementsinteractive:mainfrom
sdn4z:fix-yarn

Conversation

@sdn4z
Copy link
Copy Markdown
Collaborator

@sdn4z sdn4z commented Sep 18, 2025

When a v1 yarn.lock file containted a dependency in the following format

"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.25.9", "@babel/helper-plugin-utils@^7.8.0":

It was not possible to parse it, and it would break the execution. This is now fixed.

closes #338

@github-actions github-actions Bot added the fix label Sep 18, 2025
@sdn4z sdn4z marked this pull request as ready for review September 18, 2025 07:40
@sdn4z sdn4z requested a review from scastlara as a code owner September 18, 2025 07:40
@github-actions github-actions Bot added fix and removed fix labels Sep 18, 2025
@github-actions github-actions Bot added fix and removed fix labels Sep 18, 2025
@sdn4z sdn4z enabled auto-merge (squash) September 18, 2025 07:47
@sdn4z sdn4z merged commit fb634a6 into elementsinteractive:main Sep 18, 2025
12 checks passed
@sdn4z sdn4z deleted the fix-yarn branch September 18, 2025 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix yarn.lock v1 parser

2 participants